home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 July: Mac OS SDK / Dev.CD Jul 00 SDK2.toast / Development Kits / Hardware / Mac OS USB DDK / Mac OS USB DDK 1.4.1 / Examples / USBSampleStorageDriver / UnitTableDriver / UnitTableCWDefines.h next >
Encoding:
Text File  |  2000-04-25  |  214 b   |  13 lines  |  [TEXT/CWIE]

  1. /*
  2.     File: UnitTableCWDefines.h
  3.     by:        Rich Kubota
  4.     
  5.     This file contains the defines which are missing from the Universal Interfaces and 
  6.     Libs 3.3
  7. */
  8.  
  9. enum {
  10.     kDuplicatorVersion            = 17494,
  11.     kDiskCopy                    = 21315
  12. };
  13.